VERSION 5.00 Begin VB.Form frmCut BackColor = &H80000012& BorderStyle = 1 'Fixed Single Caption = "Cut" ClientHeight = 2190 ClientLeft = 4200 ClientTop = 2400 ClientWidth = 2430 ForeColor = &H00000000& Icon = "frmCut.frx":0000 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 2190 ScaleWidth = 2430 Begin VB.CommandButton cmdDone Caption = "Done" Height = 375 Left = 240 TabIndex = 1 Top = 1680 Width = 1935 End Begin VB.Label Label1 BackColor = &H80000012& Caption = $"frmCut.frx":08CA ForeColor = &H000000FF& Height = 1215 Left = 120 TabIndex = 0 Top = 240 Width = 2175 End Attribute VB_Name = "frmCut" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub cmdDone_Click() frmEdit.Show frmCut.Hide End Sub